home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
dev
/
c
/
AmiVoGL_MDEV.lha
/
build.bat
< prev
next >
Wrap
DOS Batch File
|
1991-06-06
|
274b
|
14 lines
cd src
make F=%1 makefile.msc
if errorlevel > 0 goto end
if "%2" == "nofonts" goto end
cd ..\hershey\src
make makefile.msc
if errorlevel > 0 goto end
md c:\lib\hershey
command /c mkfnts c:\lib\hershey
cd ..\..\examples
make F=%1 makefile.msc
if errorlevel > 0 goto end
:end